func reflect.hashMightPanic

4 uses

	reflect (current package)
		type.go#L1707: 	if hashMightPanic(ktyp) {
		type.go#L1928: func hashMightPanic(t *abi.Type) bool {
		type.go#L1934: 		return hashMightPanic(tt.Elem)
		type.go#L1938: 			if hashMightPanic(f.Typ) {